DescribeAllEntity
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeAllEntity
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
OS | BODY | string | No | No sample value for this parameter. | host operating system type, value range: win: indicates Windows type of operating system linux: indicates Linux type operating system |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
GroupId | BODY | long | No | No sample value for this parameter. | asset group ID. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
InstanceName | string | no demo value | host instance name. |
Uuid | string | no demo value | host asset UUID. |
RequestId | string | no demo value | request ID. |
Ip | string | no demo value | host asset IP. description gives priority to the public IP of the host. if the host does not have a public IP, the private IP is displayed. |
EntityList | array | no demo value | host instance list information, see the following parameter description for specific sub-items. |
Count | integer | no demo value | returns the total number of records. |
GroupId | integer | no demo value | asset group ID. |
Example
Successful Response example
{
"InstanceName":"no demo value",
"Uuid":"no demo value",
"RequestId":"no demo value",
"Ip":"no demo value",
"EntityList":"no demo value",
"Count":"no demo value",
"GroupId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}